projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02fc352
)
Include low-level printing in the gir
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 27 Feb 2021 15:56:11 +0000
(10:56 -0500)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:34 +0000
(16:37 +0000)
We add the sources, but not the headers. Oops.
gtk/meson.build
patch
|
blob
|
history
diff --git
a/gtk/meson.build
b/gtk/meson.build
index 026e531b3228b3ce26e03ec6a71404918cbd509d..f35b5459695ff28fd7090334a2120655b6b0c23d 100644
(file)
--- a/
gtk/meson.build
+++ b/
gtk/meson.build
@@
-1242,11
+1242,11
@@
if build_gir
]
if os_unix
- gtk_introspection_sources +=
gtk_unix_print_sources
+ gtk_introspection_sources +=
[ gtk_unix_print_headers, gtk_unix_print_sources ]
endif
if os_win32
- gtk_introspection_sources +=
gtk_win32_print_sources
+ gtk_introspection_sources +=
[ gtk_win32_print_headers, gtk_win32_print_sources ]
endif
gtk_gir = gnome.generate_gir(libgtk,